37 38 39
# File 'activerecord/lib/arel/math.rb', line 37 def >>(other) Arel::Nodes::Grouping.new(Arel::Nodes::BitwiseShiftRight.new(self, other)) end